.bodybody .banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 4.56rem;
    padding-bottom: 5.88rem;
}
.bodybody p{
    width: 60.48rem;
    text-align: justify;
    font-size: 4.22rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.bodybody img{
    width: 46.08rem;
}
.team{
    padding-bottom: 6.94rem;
    background-color: #fff;
    text-align: center;
}
.team .items img{
    width: 100%;
    margin: 3.94rem 0;
}
.team .items p{
    text-align: justify;
    font-size: 4.2rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.culture{
    padding-bottom: 6.94rem;
}
.culture .items .item{
    display: flex;
    justify-content: space-between;
    margin: 3.94rem 0;
}
.culture .items img{
    width: 50%;
}
.culture .items .item h3{
    font-size: 4.8rem;
    padding: 2rem 0;
}
.culture .items .item div{
    width: 45%;
}
.culture .items p{
    margin-top: 2rem;
    font-size: 4.2rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}